Converts x from number to currency.
The following examples are applicable to Crystal syntax.
Note: They all assume the following format (set in the Number tab of the Format Editor): Decimal places = (1.00), Negative sign = (345.00-), Currency symbol = (Float), and Thousands Separator = (1,000.00).
Returns $42.00, where {file.QUANTITY} = 14.
$({file.MILES} * {file.PLEDGE})
$27.95, where {file.MILES} = 13 and {file.PLEDGE} = 2.15.
Note: $ * $ = error. You can not multiply a dollar with a dollar.
| Seagate Software, Inc. http://www.seagatesoftware.com Please send comments to: techpubs@seagatesoftware.com |